Skip to content

[Repo Assist] eng: add Linux release test job to main.yaml CI#402

Merged
dsyme merged 1 commit intomainfrom
repo-assist/eng-linux-main-ci-20260421-6a6dfefdd0c15eb3
May 1, 2026
Merged

[Repo Assist] eng: add Linux release test job to main.yaml CI#402
dsyme merged 1 commit intomainfrom
repo-assist/eng-linux-main-ci-20260421-6a6dfefdd0c15eb3

Conversation

@dsyme
Copy link
Copy Markdown
Contributor

@dsyme dsyme commented Apr 21, 2026

The PR check workflow (test.yaml) already runs tests on Linux, but the
main-branch workflow (main.yaml) only tested on Windows. This gap means
Linux-specific failures on merged code would not be caught immediately.

Add a test-release-linux job mirroring the one in test.yaml:

  • runs on ubuntu-latest
  • calls dotnet test directly (build.cmd is Windows-only)
  • uses dorny/test-reporter@v2 for inline result reporting

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

The PR check workflow (test.yaml) already runs tests on Linux, but the
main-branch workflow (main.yaml) only tested on Windows. This gap means
Linux-specific failures on merged code would not be caught immediately.

Add a test-release-linux job mirroring the one in test.yaml:
- runs on ubuntu-latest
- calls dotnet test directly (build.cmd is Windows-only)
- uses dorny/test-reporter@v2 for inline result reporting

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dsyme dsyme merged commit 41538fc into main May 1, 2026
12 checks passed
@dsyme dsyme deleted the repo-assist/eng-linux-main-ci-20260421-6a6dfefdd0c15eb3 branch May 1, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant